func encoding/json.foldFunc

2 uses

	encoding/json (current package)
		encode.go#L1305: 					field.equalFold = foldFunc(field.nameBytes)
		fold.go#L33: func foldFunc(s []byte) func(s, t []byte) bool {